home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / config / mh-sun3 < prev    next >
Encoding:
Text File  |  1994-04-24  |  268 b   |  9 lines  |  [TEXT/R*ch]

  1. # X11 
  2. OPENWINHOME = /usr/openwin
  3. X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
  4. X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
  5.  
  6. # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
  7. # without overflowing the jump tables (-J says to use a 32 bit table)
  8. CC = cc -J
  9.